home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 September / Chip_2003-09_cd1.bin / zkuste / macos / Files / wamcom.sit / wamcom-131-macos9-20030721 / Search Plugins / google.src < prev    next >
Text File  |  2003-06-30  |  706b  |  30 lines

  1. # Mozilla/Google plug-in by amitp+mozilla@google.com
  2.  
  3. <search 
  4.    name="Google"
  5.    description="Google Search"
  6.    method="GET"
  7.    action="http://www.google.com/search"
  8.    update="http://www.google.com/mozilla/google.src"
  9.    updateCheckDays=1   
  10.    queryEncoding="utf-8"
  11.    queryCharset="utf-8"
  12. >
  13.  
  14. <input name="q" user>
  15. <input name="sourceid" value="mozilla-search">
  16. <inputnext name="start" factor="10">
  17. <inputprev name="start" factor="10">
  18. <input name="ie" value="utf-8">
  19. <input name="oe" value="utf-8">
  20.  
  21. <interpret 
  22.     browserResultType="result" 
  23.     charset = "UTF-8"
  24.     resultListStart="<!--a-->" 
  25.     resultListEnd="<!--z-->" 
  26.     resultItemStart="<!--m-->" 
  27.     resultItemEnd="<!--n-->"
  28. >
  29. </search>
  30.